@charset "utf-8";

html {
    font-size: 62.5%;
    /*10 ÷ 16 × 100% = 62.5%*/
}

body {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #333333;
    font-size: 1.4rem;
    /*1.6 × 10px = 16px */
    font-family: "Microsoft YaHei", Arial, helvetica, sans-serif;
    background: #fff;
}

a {
    transition: all 0.3s;
}

a:link {
    color: #494949;
    text-decoration: none
}

a:visited {
    color: #494949;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:focus {
    outline: none;
    -moz-outline: none;
}


.clear {
    clear: both;
}

img {
    border: 0px;
}

input {
    outline: none;
}

ul,
li,
dl,
dt,
dd {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

canvas {
    margin: 0;
    padding: 0;
    display: block;
    border: none;
}

.wenben {
    font-size: 12px;
    line-height: 30px;
    text-align: left;
    color: #494949;
    letter-spacing: 0.0em;
    font-family: Arial, Helvetica, sans-serif;
}

.wenben ol li {
    line-height: 30px;
    list-style-type: disc;
    font-size: 14px;
}

.wenben0 {
    font-size: 1.5rem;
    line-height: 31px;
    text-align: center;
    color: #333333;
    letter-spacing: 0.0em;
}

.wenben01 {
    font-size: 1.4rem;
    line-height: 2;
    text-align: justify;
    color: #494949;
    letter-spacing: 0.0em;
}

.border {
    border: #d2d2d2 1px solid;
}

.center {
    width: 1200px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}


.opa {
    opacity: 0;
    filter: alpha(opacity=0);
}

.fontOp6 { opacity: 0.6; }


.truncate {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dv {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.responsive-img img {
    margin: 0 auto;
}

.relative {
    position: relative;
}

.sy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../Image/sy.png) center no-repeat;
    background-size: 100%;
    z-index: 99;
}

.sy0 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../Image/sy.png) center no-repeat;
    background-size: 50%;
    z-index: 99;
}

.share_to {
    display: inline-block;
    line-height: 30px;
}

.share_to a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.share_to a i {
    font-size: 2.6rem;
}

.share_to a:hover {
    background: #f00 !important;
}

.share_to a:nth-child(1) {
    background: #ff6600;
}

.share_to a:nth-child(2) {
    background: #3dc464;
}

.share_to a:nth-child(3) {
    background: #d54135;
}

.share_to a:nth-child(4) {
    background: #1493d0;
}

.share_to a:nth-child(5) {
    background: #f8b500;
}


.mr_10 {
    margin-right: 10px;
}

.p_tb20 {
    padding: 20px 0;
}


.p_tb50 {
    padding: 40px 0;
}

.m_tb20 {
    margin: 20px auto;
}

.m_tb30 {
    margin: 30px auto;
}

.m_t20b10 {
    margin: 20px 0 10px 0;
}

.img img { min-height: 100%; }


/*PAGE
----------------------------------------*/

.page {
    margin: 20px;
    text-align: right;
    border-top: #CCC 1px dotted;
}

.prev_next li .box {
    font-size: 1.6rem;
    color: #000;
    display: block;
    border: 1px dotted #ccc;
    color: #000;
    line-height: 24px;
    border-radius: 3px;
    padding: 15px;
    transition: all 0.3s;
}

.prev_next li .box:hover {
    background: #173b7e;
    color: #fff;
}

.prev_next li .box:hover a {
    color: #fff;
}

.back_list {
    text-align: right;
    font-size: 1.8rem;
}

.back_list a {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    color: #000;
    background: #efefef;
}

.back_list a:hover {
    color: #fff;
    background: #173b7e;
}

.gridtable table {
    width: 99%;
    margin: 0 auto;
    border-width: 1px;
    font-family: verdana, arial, sans-serif;
    color: #333333;
    border-color: #eee !important;
    border-collapse: collapse;
}

.gridtable table th {
    border-width: 1px;
    text-align: center !important;
    padding: 5px 0;
    border-style: solid;
    border-color: #eee !important;
    background-color: #dedede;
}

.gridtable table td {
    border-width: 1px;
    text-align: center !important;
    padding: 5px 0;
    border-style: solid;
    border-color: #eee !important;
}

.gridtable table td a {
    text-decoration: underline;
    color: #069;
}

.hidden {
    display: none !important
}


/* Wrap
----------------------------------------*/

#wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}


/* Header
----------------------------------------*/

#top_note {
    height: auto;
    background: #173b7e;
    padding: 0.5rem 0;
}

#top_note .row,
#top_note .col {
    margin-bottom: 0;
}


#top_note .l6,
#top_note .l6 a {
    color: #fff;
    font-size: 1.4rem;
    transition: all 0.5s;
}

#name_box_w {
    background: #fff;
    overflow: hidden;
}

#name_box_w .row {
    margin-bottom: 0;
    position: relative;
}

#name_box_w .container {
    height: 100%;
}

#name_box_w .col {
    margin-bottom: 0;
    height: 70px;
}

#name_box_w #top_tel {
    height: 106px;
    transition: all 0.5s;
}

#name_box_w #top_tel .tel_num {
    font-size: 1.5rem;
    color: #585859;
    text-align: center;
}

#name_box_w #top_tel .tel_num span {
    font-size: 1.8rem;
    font-weight: bold;
    color: #272636;
}

#name_box_w #menu_open {
    width: 100%;
}

#menu_box {
    display: block;
    height: 100%;
    border-bottom: 1px solid #efefef;
    height: 61px;
    box-shadow: 10px 10px 10px #000;
}

.menu .nav {
    width: 11.11%;
    float: left;
    position: relative;
    font-size: 1.6rem;
    line-height: 60px;
    text-align: center;
}

.menu .nav a {
    width: 100%;
    text-decoration: none;
    position: relative;
    color: #222222;
    text-align: center;
    display: block;
}

.menu .nav a:hover,
.menu .nav a.current {
    background: #173b7e;
    color: #ffffff;
    font-weight: bold;
    margin: 0 auto;
}


#subNav {
    font-size: 1.8rem;
    width: 100%;
    line-height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.8s;
    position: relative;
    z-index: 9;
}

#subNav .row {
    margin-bottom: 0;
}

#subNav .row .col {
    margin-bottom: 10px;
    font-size: 2.0rem;
}

#subNav .row .col a {
    padding: 10px 20px;

    background: url(../Image/case_h.gif) left repeat-y #173983;
    color: #fff;
}

#subNav .row .col a:hover,
#subNav .row .col a.current {
    background: url(../Image/case_h0.gif) left repeat-y #3a1783;
    color: #fff;
}

#container {
    width: 100%;
    height: 123px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#output {
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.shadow {
    width: 100%;
    height: 13px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

#banner_box {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}

#banner {
    width: 1920px;
    height: 600px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

#zy_banner_box {
    width: 100%;
    position: relative;
    padding: 150px 0 200px 0;
    overflow: hidden;
}

#zy_banner_box .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 7;
}

#zy_banner_box .conter {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../Image/zy_banner.jpg) fixed top center;
    z-index: 8;
    padding: 50px 0 0 0;
}

#zy_banner_box .conter .title,
#zy_banner_box .conter .location,
#zy_banner_box .conter .location a {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

#zy_banner_box .conter .title {
    font-size: 3.0rem;
    line-height: 4.0rem;
}

#zy_banner_box .conter .location {
    font-size: 1.5rem;
}

#zy_banner_box .sofa {
    position: absolute;
    z-index: 9999;
    top: 20%;
    right: 0;
    display: none;
}

#menu_icon {
    display: block;
}

.nav-extended .collapsible-body li {
    background: #eee;
}

.side-nav li {
    background: #fff;
    border-bottom: 1px solid #efefef;
}

.side-nav li .current {
    background: #000;
    color: #fff;
}

.m_menu_tel {
    background: #efefef;
    color: #000;
    line-height: 3.0rem;
    font-size: 1.6rem;
    padding: 20px 0;
}

.m_menu_tel a {
    font-size: 1.6rem;
    font-weight: bold;
}

/* Mid
---------------------*/

/* left
----------------------------------------*/


#left_box .lf_box {
    box-shadow: 0 0 5px #ccc;
    margin-bottom: 20px;
    background: #fff;
}

#left_box .lf_box .title {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 2.8rem;
    font-weight: bold;
    color: #fff;
    background: center #173b7e;
    position: relative;
    text-align: center;
}

#left_box .lf_box .title a {
    color: #fff;
    text-align: center;
}

.list {
    padding: 10px 0;
}

.list .nav {
    overflow: hidden;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    height: 51px;
}

.list .nav a {
    color: #666;
    text-align: left;
    line-height: 50px;
    padding: 0 10px;
    display: block;
    position: relative;
    z-index: 2;
}

.list .nav a i {
    font-style: normal;
}


.list .nav a:hover,.list .nav.current a {
    color: #173b7e;
}

.list .nav:after {
    transition: all 0.5s;
    content: "";
    width: 0;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #efefef;
    color: #fff;
}

.list .nav:hover:after,.list .nav.current:after {
    width: 100%;
}


.lf_lx_list {
    padding: 5px;
    line-height: 30px;
    color: #333333;
    font-size: 1.8rem;
    font-weight: bold;
}

.lf_lx_list strong {
    color: #b70c0d;
}


.lx_list p { margin: 5px 0 !important; max-width: 100%; padding: 8px 15px; background: #efefef; font-size: 1.6rem; }


#mid_wrap {
    width: 100%;
}

#right_box {
    box-shadow: 0 0 5px #ccc;
    padding: 10px;
    background: #fff;
}

.title_box {
    height: 80px;
    position: relative;
    color: #323232;
    margin-bottom: 10px;
    border-bottom: 1px dotted #e6e6e6;
}

.title_box .title {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 2.2rem;
    color: #173b7e;
    position: relative;
}

.title_box .location {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    color: #626262;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    font-weight: normal !important;
}

.title_box .location a {
    color: #494949;
}

.title_box .location a:hover {
    color: #f00;
    position: relative;
    top: 1px;
}

.title_box .location span {
    font-size: 16px;
    border-radius: 50%;
    color: #173b7e;
    padding: 1px;
}

.zy_line {
    width: 100%;
    height: 4px;
    background: url(../Image/zy_line.gif) center;
    position: relative;
    display: none;
}

.zy_line0 {
    width: 100%;
    height: 4px;
    background: url(../Image/zy_line0.gif) center;
    position: relative;
}

.zy_title {
    text-align: center;
    font-size: 12px;
    color: #898989;
}

.zy_title span {
    font-size: 26px;
}

.zy_gsgk_cont {
    width: 100%;
    background: #f9f9f9;
    margin: 30px 0;
}

.zy_gsgk_cont_txt {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

#honor_list li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #494949;
    padding: 0 50px;
    position: relative;
    transition: all 0.5s;
    border-bottom: 1px solid #c8c8c8;
}

#honor_list li:hover {
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: #000;
    padding-left: 70px;
    background: url(../Image/gold.png) left center no-repeat;
}

#honor_list li i {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    background: #000;
    width: 14%;
    transition: all 1s;
}

#honor_list li:hover i {
    width: 100%;
}



.zy_rcln_cont {
    width: 1200px;
    margin: 30px auto;
    background: url(../Image/jobs.jpg) bottom right no-repeat;
    padding-bottom: 100px;
}

.zy_rcln_cont_txt ul li {
    width: 560px;
    height: 140px;
    line-height: 30px;
    padding: 30px 0;
}

.zy_rcln_cont_txt ul li:nth-child(odd) {
    float: left;
}

.zy_rcln_cont_txt ul li:nth-child(even) {
    float: right;
}

.jobs_dy {
    background: #49b8ff;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    padding: 20px 30px;
    margin-top: 30px;
}

.jobs_dy big {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.jobs { margin-top: 20px; }

.jobs dt { background: #efefef; padding: 10px 0 !important; }
.jobs dd { padding: 10px 0 !important; }

/* Company
----------------------------------------*/

/* left
----------------------------------------*/


/* Right
----------------------------------------*/

.my_txt {
    padding: 0;
}


.info p,
.info img {
    padding: 0;
    margin: 0;
}

/* Footer
----------------------------------------*/

.page-footer {
    background: #1e1e1e;
    overflow: hidden;
    position: relative;
}

.page-footer .row {
    margin-bottom: 0;
}

.page-footer .e_title {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.page-footer #end_info {
    padding: 0;
}

.page-footer #end_info p { margin: 0; }

.page-footer #end_info,
.page-footer #end_info a {
    color: #959595;
}

.page-footer #end_info .e1,
.page-footer #end_info .e2 {
    padding: 0 50px 0 0;
}


.page-footer .e1 .e_tel {
    font-size: 1.4rem;
    line-height: 35px;
}

.page-footer .e1 .e_tel big {
    font-size: 2.2rem;
}

.page-footer .e2 a:nth-child(1),
.page-footer .e2 a:nth-child(4) {
    margin-left: -25px;
}


.page-footer .e2 a {
    margin-bottom: 0 !important;
}



.page-footer #end_info .e1 p {
    line-height: 31px;
    color: #959595;
}

.page-footer #end_info .e2,
.page-footer #end_info .e3 {
    padding-top: 10px;
}

.page-footer #end_info .e2 p {
    padding: 0;
    line-height: 28px;
    font-size: 1.4rem;
}

.page-footer #end_info .e3 p {
    padding: 0;
    line-height: 20px;
}


#end_info a {
    color: #929292;
}

#end_info a:hover {
    color: #f00;
}



#page-footer-gt {
    z-index: 2;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    padding: 10px 0;
    background: rgba(0, 0, 0, 1);
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
}

#page-footer-gt ul li {
    width: 25%;
    text-align: center;
    float: left;
    color: #fff;
    transition: all 0.3s;
    box-sizing: border-box;
}

#page-footer-gt ul li a {
    color: #fff;
    font-size: 1.6rem;
    width: 100%;
    height: 70px;
    display: block;
}

#page-footer-gt ul li i {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

#page-footer-gt ul li:nth-child(1) i {
    background: url(../Image/e1.png);
    background-size: 100%;
}

#page-footer-gt ul li:nth-child(2) i {
    background: url(../Image/e2.png);
    background-size: 100%;
}

#page-footer-gt ul li:nth-child(3) i {
    background: url(../Image/e3.png);
    background-size: 100%;
}

#page-footer-gt ul li:nth-child(4) i {
    background: url(../Image/e4.png);
    background-size: 100%;
}

#page-footer-gt.five ul li {
    width: 20% !important;
}

#page-footer-gt.five ul li.back {
    padding: 10px 0;
}




/*NEWS CONTENTS PAGE*/

.news_detail {
    height: auto !important;
    min-height: 200px;
    height: 200px;
}

.news_detail .location {
    line-height: 40px;
    border-bottom: 1px solid #eee;
}

#news_t {
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

#news_d {
    color: #000;
    font-size: 12px;
    text-align: center;
    border: 1px dotted #ccc;
    margin: 10px 0;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    /* Gecko browsers */
    -webkit-border-radius: 5px;
    /* Webkit browsers */
    border-radius: 5px;
    /* W3C syntax */
    position: relative;
}


#news_img {
    text-align: center;
    position: relative;
}

.wenben01 img,
#news_img img,
.news_img img {
    max-width: 100%;
}

.news_img table td {
    padding: 10px 20px;
}

.news_img table p {
    margin: 0;
    line-height: 40px;
}


#newsContent {
    margin-bottom: 16px;
    text-align: left;
}

#newsContent img {
    max-width: 100%;
}


#newsInfo {
    margin: 0px;
    font-weight: normal;
    text-align: left;
    padding: 10px;
    min-height: 385px;
}

#newsInfo iframe,#newsInfo video {
    width: 100%;
    height: 500px;
}

#newsInfo img {
    max-width: 100%;
    height: auto !important;
}


.news_img h2 {
    color: #f00;
    background: #efefef;
    padding: 15px 0;
    line-height: 30px;
}

/*GUESTBOOK PAGE*/

.t_r {
    padding: 5px 0;
    font-size: 1.8rem;
}
.label { height: 40px; }

.G_InputText {
    padding: 0 5px !important;
    border: 1px solid #ccc !important;
    margin-bottom: 0 !important;
}

.G_textarea {
    height: 100px;
    padding: 5px;
    border: 1px solid #ccc !important;
    margin: 5px 0;
}

.G_botton {
    padding: 10px 20px !important;
    background: #4f383b;
    cursor: pointer;
    color: #FFF;
    border: none;
    float: right;
    border-radius: 3px;
    font-size: 16px;
    font-family: "微软雅黑";
}

.yanzheng {
    height: 12px;
    padding: 10px;
    border: 1px solid #ccc !important;
    margin: 5px 0;
}

.order {
    width: 96%;
    margin: 0 auto;
}

.order_but {
    padding: 10px;
    cursor: pointer;
}

/*PRODUCTS LIST PAGE*/

.proUL li {
    margin-bottom: 20px !important;
}


.proUL li a {
    display: block;
}

.proUL li a .img {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.proUL li a img {
    transition: all 0.3s;
    margin: 0 auto;
}

.proUL li a:hover img {
    transform: scale(1.1);
}

.proUL li a .title {
    background: rgba(23, 59, 126, 0.8);
    color: #fff;
    padding: 7px;
    width: 100%;
}

.picUL li {
    margin-bottom: 20px !important;
}


.picUL li a {
    display: block;
    border: 1px solid #eeeeee;
    padding: 15px;
}

.picUL li a .img {
    width: 100%;
    background: #fafafa;
    overflow: hidden;
}

.picUL li a img {
    transition: all 0.5s;
    margin: 0 auto;
    width: 100%;
    min-height: 100%;
}

.picUL li a:hover img {
    transform: scale(1.1);
}

.picUL li a .title {
    width: 100%;
}

.picUL li a .cont {
    padding: 10px;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}


.picList li a {
    transition: all 0.3s;
    height: 190px;
    background: #fafafa;
    padding: 10px 0;
}

.picList li a:hover {
    background: #eee;
    box-shadow: 0 5px 5px #ccc;
    transform: translateY(-5px);
}

.picList li a {
    display: block;
}

.picList .picList_img {
    overflow: hidden;
}


.picList .Pic_list_txt {
    position: relative;
    height: 160px;
    overflow: hidden;
    padding: 0 20px !important;
}

.picList .Pic_list_txt .t1 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 20px;
    width: 100%;
    color: #000;
}

.picList .Pic_list_txt .t2 {
    overflow: hidden;
    margin: 5px 0;
    height: 50px;
    font-size: 1.6rem;
    line-height: 25px;
    color: #666;
}

.picList .Pic_list_txt .t3 {
    font-size: 1.4rem;
    line-height: 30px;
}

.picList .Pic_list_txt .time {
    text-align: right;
    line-height: 20px;
    font-size: 12px;
}


/*INDEX*/

#in_product_box {
    color: #000;
}

#in_product {
    background: url(../Image/bg2.gif) top center no-repeat;
}

#m_container {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#m_output {
    width: 100%;
    height: 100%;
    opacity: 0.4;
}


#in_product_box .container {
    position: relative;
    z-index: 2;
}


#in_product_box .case_type a {
    font-size: 1.6rem;
    padding: 5px 0;
    color: #000;
    position: relative;
}

#in_product_box .case_type a:hover {
    padding: 5px 0;
    color: #f00;
}

#in_product_box .case_type a:hover:after {
    content: "+";
    position: absolute;
    right: 30px;
    top: 1.5rem;
    color: #fff;
}

#in_product_box .lf_title {
    height: 127px;
    background: #173b7e;
}

#in_product_box .lf_title b {
    text-transform: uppercase;
}

#in_product_box .lf_title a {
    display: block;
    padding: 25px 0;
    height: 127px;
    color: #fff;
    font-size: 2.4rem;
}

#in_product_box .lf_title a span {
    text-transform: uppercase;
}

#in_product_box .lf_title a:hover {
    color: #ff0;
}


#in_product_box .case_type ul li {
    margin: 0 auto;
}

#in_product_box .case_type ul li a {
    width: 100%;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
    box-sizing: border-box;
    padding: 2rem 0;
    font-size: 1.6rem;
}

#in_product_box .case_type ul li a:hover,
#in_product_box .case_type .current {
    color: #fff;
    background: #173b7e;
    padding: 2rem 0;
}

#in_product_box .more a {
    display: inline-block;
    padding: 13px 70px;
    border: 2px solid #ccc;
}

#in_product_box .more a:hover {
    background: #000;
    color: #fff;
}

#in_gsjj_box {
    position: relative;
    padding-bottom: 0;
    background: url(../Image/bg1.gif) top repeat-x;
}

#in_gsjj_box .row,
#in_gsjj_box .col {
    padding: 0;
}

#in_gsjj_box .main {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}


#in_gsjj_box #in_gsjj_cont {}

#in_gsjj_box #in_gsjj_cont .in_cont .link big {
    font-size: 3.0rem;
    font-weight: bold;
    color: #333333;
    margin-right: 10px;
    padding-bottom: 15px;
    position: relative;
}

#in_gsjj_box #in_gsjj_cont .in_cont .link li {
    font-size: 1.8rem;
    color: #888888;
}

#in_gsjj_box #in_gsjj_cont .in_cont .link big:after {
    content: "";
    background: #173b7e;
    width: 24px;
    height: 3px;
    position: absolute;
    bottom: 0;
    display: block;
}

#in_gsjj_box #in_gsjj_cont .in_cont .link p {
    font-size: 1.6rem;
    color: #333;
    margin-top: 20px;
}

#in_gsjj_box #in_gsjj_cont .in_cont p { font-size: 1.8rem; color: #173b7e; line-height: 30px; font-weight: bold; }



#in_gsjj_box #in_gsjj_cont .in_cont .content {
    line-height: 30px;
    height: 120px;
    overflow: hidden;
    color: #333333;
    font-size: 1.5rem;
    margin: 10px 0; 
}

#in_gsjj_box #in_gsjj_cont .in_cont .content p {
    padding: 0;
    margin: 0;
}

#in_gsjj_box #in_gsjj_cont .in_cont .more {
    padding: 20px 0;
}

#in_gsjj_box #in_gsjj_cont .in_cont .more .col {
    padding: 0 0.75rem !important; 
}

#in_gsjj_box #in_gsjj_cont .in_cont .more a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
    color: #fff;
    display: block;
}


#in_gsjj_box #in_gsjj_cont .in_cont .more a.bt1 {
    background: #173b7e;
}

#in_gsjj_box #in_gsjj_cont .in_cont .more a.bt2 {
    background: #d60000;
}

#in_gsjj_box #in_gsjj_cont .in_cont .more a.bt3 {
    background: #ff6600;
}

#in_gsjj_box #in_gsjj_cont .in_cont .more a:hover {
    background: #f60;
}

.in_title {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    font-size: 4.0rem;
    color: #231f20;
}

.in_title b { color: #173b7e; }

.in_title a {
    display: block;
    color: #231f20;
}

.in_title p {
    margin: 5px 0;
    font-size: 1.6rem;
    color: #173b7e;
    /*text-transform: uppercase;*/
}

.in_title .more {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 33px;
    width: 200px;
    font-weight: normal;
}

.in_title .more a {
    color: #28272d;
    letter-spacing: 35px;
    display: block;
    font-size: 1.2rem;
}

.in_title .more a:hover {
    color: #f00;
    letter-spacing: 0px;
}

.in_title .more a:hover:after {
    background: #f00;
}

.in_title .more a:after {
    content: "";
    display: inline-block;
    width: 800%;
    height: 2px;
    background: #a0a0a0;
    position: absolute;
    top: 50%;
}

#in_ys_box {
    background: url(../Image/bg3.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}

#in_ys_box .title {
    color: #fff;
}

#in_ys_box .title big {
    font-size: 4.0rem;
}

#in_ys_box .title p {
    font-size: 2.2rem;
    margin-top: 10px;
}

#in_ys_box .title p a {
    color: #fff;
}

#in_ys_box .bg3_pic {
    position: absolute;
    left: 0;
    top: -100px;
}

#in_ys_box .bg3_guo {
    position: absolute;
    left: 50%;
    transform: translateX(-900px);
    bottom: -80px;
}


#in_ys_box ul {
    margin: 4rem 0;
    position: relative;
    z-index: 2;
}

#in_ys_box ul li {
    background: #fff;
    height: 290px;
    overflow: hidden;
    max-width: 80%;
    border-right: 1px solid #dbd6cc;
    padding: 40px 20px;
}

#in_ys_box ul li:last-child {
    border-right: none;
}

#in_ys_box ul li .cont {
    padding: 5px;
}

#in_ys_box ul li big {
    display: block;
    margin: 1rem 0;
    color: #173b7e;
    font-size: 1.9rem;
    font-weight: bold;
}

#in_ys_box ul li p {
    color: #173b7e;
    font-size: 1.4rem;
    height: 50px;
    overflow: hidden;
    line-height: 25px;
    text-align: center;
}

#in_news_box {
    width: 100%;
    overflow: hidden;
}

#in_news_box .in_title {
    margin-bottom: 30px;
}

#in_news_box ul {
    max-width: 1200px;
    margin: 0 auto;
}

#in_news_box li {
    padding: 0;
}

#in_news_box li a {
    display: block;
}

#in_news_box li a:hover .cont {
    transition: all 0.5s;
}


#in_news_box li .cont {}

#in_news_box li a:hover div {
    color: #f00 !important;
}

#in_news_box li .cont .title {
    line-height: 3.6rem;
    font-size: 1.6rem;
    color: #231f20;
}

#in_news_box li .cont .content {
    overflow: hidden;
    height: 45px;
    color: #8d8d8d;
    line-height: 25px;
    margin: 10px 0 20px 0;
}

/*ABOUT*/

.title_box {
    text-align: center;
    margin-bottom: 30px;
}

.title_box big {
    font-size: 4.5rem;
    font-weight: bold;
    color: #000;
}

.title_box big span {
    color: #000;
}

.title_box font {
    font-size: 2.5rem;
    line-height: 40px;
    color: #333333;
}

.title_box p {
    display: block;
    color: #999999;
    font-size: 1.4rem;
    padding-bottom: 20px;
    position: relative;
}

.title_box p i {
    width: 57px;
    height: 2px;
    background: #ccc;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/**/

#page_about .txt p {
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
    line-height: 3.5rem;
}


/*Product*/

.pro_type li a {
    display: block;
    background: #efefef;
    color: #000;
    padding: 10px 20px;
    text-align: center;
}

.pro_type li a:nth-child(1) {
    background: #efefef;
    color: #000;
}

.pro_type li a:hover,
.pro_type li a.current {
    background: #000;
    color: #fff;
}

.pro_tel {
    font-size: 1.8rem;
    line-height: 80px;
    margin-bottom: 0 !important;
}

.pro_tel i {
    font-size: 3.0rem;
    color: #f00;
}

.pro_tel a {
    color: #f00;
}

.pro_tel a:hover {
    color: #f60;
}

.desc_pad .desc {
    height: 150px;
    overflow: hidden;
}


/*MESSAGE*/

#in_mess_box ul {
    margin-top: 20px;
}

#in_mess_box .col {
    margin-bottom: 20px;
}

#in_mess_box .short,
#in_mess_box .mid,
#in_mess_box .long {
    margin-bottom: 0;
    border: 1px solid #dddddd !important;
    padding: 0 10px;
}

#in_mess_box .long {
    height: 100px;
}

#in_mess_box li span {
    line-height: 40px;
}

#in_mess_box .short {
    width: 25% !important;
    margin-right: 10px;
}

#in_mess_box .mid {
    width: 80% !important;
}

#in_mess_box .long {
    width: 90% !important;
}

#lx_list li {
    max-width: 500px;
    padding: 15px;
    background: #efefef;
    margin: 0 0 10px 0;
    font-size: 1.7rem;
    font-weight: bold;
}

#lx_list li i:before {
    padding: 10px;
    border-radius: 50%;
    background: #173b7e;
    color: #fff;
    font-size: 2.0rem;
    margin-right: 10px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

#lx_list li i {}

#lx_list .ewm {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 50px;
    max-width: 130px;
    background: #efefef;
    line-height: 20px;
    text-align: center;
    padding: 5px;
}